home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / AdvancedPane$5.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.2 KB  |  26 lines

  1. package com.extensibility.xa;
  2.  
  3. import javax.swing.event.ListSelectionEvent;
  4. import javax.swing.event.ListSelectionListener;
  5.  
  6. class AdvancedPane$5 implements ListSelectionListener {
  7.    // $FF: synthetic field
  8.    final AdvancedPane this$0;
  9.  
  10.    public void valueChanged(ListSelectionEvent var1) {
  11.       if (!var1.getValueIsAdjusting()) {
  12.          if (this.this$0.igeTable.clearSelectionAndEditing()) {
  13.             this.this$0.tableLastSelected = this.this$0.xgeTable;
  14.             this.this$0.declarationFocused(this.this$0.xgeTable.getSelectedEntity());
  15.          } else {
  16.             this.this$0.xgeTable.clearSelection();
  17.          }
  18.  
  19.       }
  20.    }
  21.  
  22.    AdvancedPane$5(AdvancedPane var1) {
  23.       this.this$0 = var1;
  24.    }
  25. }
  26.